Skip to main content

InsuranceNow API (5.0.0)

InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.

Returns a list of task.

Returns a list of tasks. By default, lists open tasks belonging to either the user or the user's group.

query Parameters
addedByUser
boolean

Limits the results to tasks created by the current user.

  • If true, results will be restricted to tasks added by the current user.
  • If false (or not provided), results will not be restricted to tasks added by the current user.
applicationRef
string

Limits the results to tasks linked with a specific application. Specify the application by its system Id. When you specify this parameter, you cannot specify the policyRef or customerRef parameters.

continuationId
string

Indicates the starting offset for the API results when you want to return a specific portion of the full results. You can use this parameter with the limit parameter. For example, the limit on your first API call was 100 and the results populated a list on the page. To request the next page of 100 results, call the API again with continuationId=101 and limit=100.

customerRef
string

Limits the results to tasks linked with a specific customer. Specify the customer by its system Id. When you specify this parameter, you cannot specify the policyRef or applicationRef parameters.

limit
string

Indicates the maximum number of results to return.

overDueOnly
boolean

Limits the results to overdue tasks.

  • If true, results only include tasks that are past their workDt.
  • If false (or not provided), results are not restricted to tasks with an overdue workDt.
ownedByUser
boolean

Limits the results to tasks owned by the current user.

  • If true (or not provided), results will be restricted to tasks owned by the user.
  • If false, results will not be restricted to tasks owned by the user.
policyRef
string

Limits the results to tasks linked with a specific policy. Specify the policy by its system Id. When you specify this parameter, you cannot specify the customerRef or applicationRef parameters.

searchText
string

Limits the results to tasks with a Description field that contains the specified searchText.

sortKeyName
string

The name of the column to sort the results by. Supported values are ("Status","WorkDt","CurrentOwner","AddedByUserId").

sortType
string

1 (ascending) or 2 (descending).

status
string

Task status (e.g. open).

taskGroup
string

Limits the results to tasks owned by the specified TaskGroup.

Responses

Response samples

Content type
application/json
{
  • "continuationId": "string",
  • "taskListItems": [
    ]
}